home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Expert 1995 Winter
/
Mac Expert - Winter 95.iso
/
Les fichiers
/
Communications
/
Internet
/
Anarchie-160 ƒ
/
Example Scripts
/
Find Clipboard
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
1994-05-10
|
268 b
|
8 lines
|
[
TEXT/ToyS
]
set theSearchItem to the clipboard
tell application "Anarchie"
set theResult to find theSearchItem server "archie.rutgers.edu" matches 100 with window
if theResult is "" then
find theSearchItem server "archie.internic.net" matches 100 with window
end if
end tell